home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / frame_37 / PlaceObject2_514_91 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  135 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.copter))
  3.    {
  4.       _root.copter._x = 501;
  5.       _root.copter._y = 81;
  6.    }
  7. }
  8.